Opc.Ua.Core
ITransportBindingFactory<T> Interface
Members 



Opc.Ua.Bindings Namespace : ITransportBindingFactory<T> Interface
This is an interface to the factory of a transport binding.
Syntax
'Declaration
 
Public Interface ITransportBindingFactory(Of T) 
   Inherits ITransportBindingScheme 
'Usage
 
Dim instance As ITransportBindingFactory(Of T)
public interface ITransportBindingFactory<T> : ITransportBindingScheme  
generic<typename T>
public interface class ITransportBindingFactory : public ITransportBindingScheme  
Type Parameters
T
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ITransportBindingFactory<T> Members
Opc.Ua.Bindings Namespace